improvement(docs): add quick reference page and update SDK documentation#2994
Merged
waleedlatif1 merged 3 commits intostagingfrom Jan 25, 2026
Merged
improvement(docs): add quick reference page and update SDK documentation#2994waleedlatif1 merged 3 commits intostagingfrom
waleedlatif1 merged 3 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryThis PR enhances the documentation with a new Quick Reference page and updates SDK documentation to reflect the recently changed API interface. Key Changes:
Verification: Impact: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Docs as Documentation Site
participant SDK as SDK (Python/TypeScript)
participant API as Sim API
Note over Dev,API: Documentation Enhancement Flow
Dev->>Docs: Add Quick Reference Page
Note right of Docs: Comprehensive action tables<br/>for common tasks
Dev->>Docs: Update Keyboard Shortcuts
Note right of Docs: Add Mod+Shift+F (fit to view)<br/>Add Mod+Shift+Enter (accept copilot)
Dev->>Docs: Fix TOC Popover Display
Note right of Docs: Hide on tablet (768px-1279px)<br/>Improve UX on medium screens
Dev->>SDK: Update SDK Documentation
Note right of SDK: New parameter signatures<br/>input (not input_data)<br/>Add retry, rate limits, async
Dev->>Docs: Update Navigation
Note right of Docs: Add quick-reference to meta.json
Note over Dev,API: User Workflow with Updated Docs
Dev->>Docs: Read Quick Reference
Docs-->>Dev: Common actions & shortcuts
Dev->>SDK: Use execute_workflow(input)
SDK->>API: POST /api/workflows/:id/execute
API-->>SDK: WorkflowExecutionResult
SDK-->>Dev: Result with output
Dev->>SDK: Check rate limits
SDK-->>Dev: RateLimitInfo
Dev->>SDK: Retry on rate limit
SDK->>API: Retry with backoff
API-->>SDK: Success after retry
SDK-->>Dev: WorkflowExecutionResult
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Testing
Tested manually
Checklist